github.com/refraction-networking/utls.Conn.ocspResponse (field)
11 uses
github.com/refraction-networking/utls (current package)
conn.go#L53: ocspResponse []byte // stapled OCSP response
conn.go#L1645: state.OCSPResponse = c.ocspResponse
conn.go#L1682: return c.ocspResponse
handshake_client.go#L718: c.ocspResponse = cs.response
handshake_client.go#L968: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L561: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L832: c.ocspResponse = certMsg.certificate.OCSPStaple
handshake_server.go#L539: c.ocspResponse = sessionState.ocspResponse
handshake_server.go#L968: c.ocspResponse = certificate.OCSPStaple
handshake_server_tls13.go#L457: c.ocspResponse = sessionState.ocspResponse
ticket.go#L301: ocspResponse: c.ocspResponse,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |